home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_223 / ifftosun / readme < prev    next >
Text File  |  1992-05-06  |  3KB  |  78 lines

  1.  
  2.              IFF to Colour Sun Raster Bitmap Format Version 1.31,
  3.                       
  4.                      using Jim Kent's IFF reader code,
  5.  
  6.                          by Richard Frost  © 1989.
  7.  
  8.      
  9. -----------------------------------------------------------------------------
  10.   NOTE: This program is freely distributable PD software, so please leave my 
  11.         name in the program code and in the 'usage' help screen.
  12. -----------------------------------------------------------------------------
  13.   
  14.  
  15.  
  16.   This program takes standard IFF format picture files and translates them
  17.   into a picture format so that they can be displayed on Colour Sun
  18.   Workstation computers. This program is HEAPS better than the one currently
  19.   on one of the latest Fish disks, as my program converts colour images into
  20.   true COLOUR images on the Sun and also now handles HAM !!.
  21.  
  22.  
  23.   For more information see my C - source code included.
  24.                                 
  25.  
  26.   NOTE:  For large (640 X 400) pics and for those people with 512K Amiga's
  27.          I suggest you direct the output file to a disk rather then RAM.
  28.         
  29.          640 X 400 images produce 256K data files!
  30.  
  31.  
  32.   WHAT IS INCLUDED IN THE ARCHIVE:
  33.   -------------------------------
  34.  
  35.       IFFtoSUN          ...         The Executable!!
  36.  
  37.       IFFtoSUN.c        ...         The MANX C source code. 
  38.  
  39.       jiff.o            ...         This is to be linked with my routine,
  40.       jiff.h            ...         The include file for my program.
  41.  
  42.       README            ...         What you are reading now.
  43.  
  44.  
  45.  
  46.   LATEST NEWS!!:
  47.   ==============
  48.  
  49.   - Version 1.31:
  50.  
  51.     My program converts HAM images to Sun & it WORKS !! I also solved the
  52.     aspect ratio problem associated with interlaced pics, they came out twice
  53.     as high on the Sun!. Thus I simply double the image width to fix this.  
  54.  
  55.  
  56.   If you are interested in this program, I have recently finished a program
  57.   which converts SCULPT - 4D (& 3D)  24 bitplane RGB files to COLOUR SUN
  58.   raster bitmap! This involved choosing the best 256 colours out of a possible
  59.   16 million! The program was developed on a mainframe computer at Uni and I
  60.   have not yet ported it to the Amiga. I suspect you would need ALOT of extra 
  61.   memory to run the program though. My program converted 2.4 Megabytes worth
  62.   of RGB data into a Sun bitmap in approximately 71 seconds CPU time on the
  63.   Encore Multimax mainframe computer (it is now optimized !! ). I think I was
  64.   the first to do this in Adelaide ! 
  65.  
  66.   If you are interested , please send me a message on ADAMS AMIGA bulletin
  67.   board (08-3705775) and I will reply as soon as possible. My 676 line
  68.   C program is not yet PD and I am wondering if I should make it so, else I
  69.   wouldn't mind some small (few dollars? This program was HARD WORK) donation
  70.   and I'd be pleased to give you a copy of the source code. 
  71.  
  72.  
  73.                                                         Enjoy! 
  74.  
  75.                                                         Richard Frost,
  76.                                                         March 10, 1989.
  77.  
  78.